CreateTextBoxControl Method (InputTextBoxElementBase<T>)
In This Topic
Creates the embedded text box control.
Syntax
'Declaration
Protected Overrides Function CreateTextBoxControl() As TextBox
protected override TextBox CreateTextBoxControl()
See Also